func go/types.isUntypedNumeric

3 uses

	go/types (current package)
		predicates.go#L104: func isUntypedNumeric(t Type) bool {
		predicates.go#L555: 	if isUntypedNumeric(x) && isUntypedNumeric(y) {